Closed kewp closed 6 years ago
Hey @kewp, it should work if you specify an absolute path and should also be fixed by https://github.com/resin-io/pinejs/pull/215 - you should be able to try that PR out by pointing your package.json @resin/pinejs
entry to github:resin-io/pinejs#resolve-relative-path
and running an npm install, although I expect it will also be merged/published soon
That seems to have fixed it. Thanks @Page-
Fixed in v8.4.2
After following the getting started guide I'm getting a
Cannot find module
error when runningnpm start
This is my
config.json
My start script in
package.json
is"start": "./node_modules/.bin/coffee src/index.coffee src"
.Here is my tree: