-
Notifications
You must be signed in to change notification settings - Fork 867
path.js throw error, Path must be a string. Received ' + inspect(path); #807
Comments
This project requires Node.js v4.x.x to be installed on your machine. Please be aware that you may encounter problems with the installation if you are using v5.x.x or v6.x.x |
Thank you, I will try using v4 and will update the issue. |
If you require different versions of Node.js for different projects, I would recommend using nvm. https://www.npmjs.com/package/nvm |
Thank you, it worked after using node v4.4.3 and I used nvm. |
Great! Enjoy :) |
node -v |
nyc npm run test TypeError: Path must be a string. Received [ '.nycrc', '.nycrc.json' ] |
When I run
npm run production
ornpm run package
, in the processStarting 'lint'...
it throws the error.I am running
The text was updated successfully, but these errors were encountered: