Strapi Installation Tips

From PKC
Revision as of 12:13, 19 February 2023 by Benkoo2 (talk | contribs) (Created page with "For the Mac OS environment, when installing Strapi v. 4.6.1, is common to observe problems with Strapi Installation, it often fails by telling users the following message: {{Blockquote |text= npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! better-sqlite3@7.4.6 install: prebuild-install || npm run build-release npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the better-sqlite3@7.4.6 install script. npm ERR! This is probably not a problem with npm. There is likely a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

For the Mac OS environment, when installing Strapi v. 4.6.1, is common to observe problems with Strapi Installation, it often fails by telling users the following message:

npm ERR! code ELIFECYCLE

npm ERR! errno 1

npm ERR! better-sqlite3@7.4.6 install: prebuild-install

— npm run build-release

npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the better-sqlite3@7.4.6 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\nazaq\AppData\Roaming\npm-cache_logs\2023-01-08T19_37_35_134Z-debug.log

Keep trying!

Oh, it seems that you encountered errors while installing dependencies in your project. Don’t give up, your project was created correctly. Fix the issues mentioned in the installation errors and try to run the following command:

cd C:\Users\nazaq\OneDrive\Documents\Business\Strapi\project\backend && npm install