-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to run Jasmine meteor npm run test:watch #138
Comments
@FelipeMiranda You probably hit the watchers limit. Each Linux OS has a limit of how many files can be watched by the user. To raise that limit run the following command
Tell me if it did the trick for you |
I have this problem on my Windows machine too. I tried updating node to the newest version but it's still the same error: C:\Users\Ben\AppData\Local.meteor\packages\meteor-tool\1.4.4_2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\meteor-promise\promise_server.js:190 Error: EPERM: operation not permitted, symlink 'C:\Users\Ben\AppData\Local.meteor\packages\meteor-tool\1.4.4_2\mt-os.windows.x86_32\dev_bundle\server-lib\node_module npm ERR! A complete log of this run can be found in: |
$ meteor npm run test:watch
sh: meteor: command not found
npm ERR! Darwin 16.0.0
npm ERR! argv "/Users/felipe/.meteor/packages/meteor-tool/.1.4.1_2.fpzmec++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/node" "/Users/felipe/.meteor/packages/meteor-tool/.1.4.1_2.fpzmec++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm" "run" "test:watch"
npm ERR! node v4.6.0
npm ERR! npm v3.10.8
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! socially@ test:watch:
meteor test --driver-package sanjo:jasmine
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the socially@ test:watch script 'meteor test --driver-package sanjo:jasmine'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the socially package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! meteor test --driver-package sanjo:jasmine
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs socially
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls socially
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/felipe/Projects/socially/npm-debug.log
The text was updated successfully, but these errors were encountered: