You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When following installation instructions, I am unable to create a package using 'npm run package', even with the initial, simple index.js script that is included. I get the error:
''eslint' is not recognized as an internal or external command'
Is eslint required to be installed for this utility? Even after installilng eslint, I am met with more errors:
This is all before even trying to do anything complex with puppeteer! What am I missing?
Running on Windows 10, using Node version 8.
The text was updated successfully, but these errors were encountered:
treatmet
changed the title
'eslint' is not recognized as an internal or external command
Cannot Create Package: 'eslint' is not recognized as an internal or external command
Feb 17, 2018
It is very hard to make that work as the library is written based on authors lint rules so go to package.json file and remove npm run lint from package-prepare script
When following installation instructions, I am unable to create a package using 'npm run package', even with the initial, simple index.js script that is included. I get the error:
''eslint' is not recognized as an internal or external command'
Is eslint required to be installed for this utility? Even after installilng eslint, I am met with more errors:
This is all before even trying to do anything complex with puppeteer! What am I missing?
Running on Windows 10, using Node version 8.
The text was updated successfully, but these errors were encountered: