quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

Issue with preinstall scripts

Open yantakus opened this issue 6 years ago • 0 comments

I have a preinstall script in my package.json:

"preinstall": "npm run checkversion",
"checkversion": "node ./internals/scripts/checkversion.js",

And when I run quickfix push I get the following error:

Error: Cannot find module '/private/tmp/quickfix/react-boilerplate/internals/scripts/checkversion.js'

yantakus avatar Apr 16 '18 13:04 yantakus