npm install not working #9
-
Hi @sharathkashyap , We have been trying to build the sunbird app. Below is the configuration. However, npm install gets stuck while install ionic core every time. Below is the preview. Please advice how to proceed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@tariq-ansari It takes unusally long time to get npm install working on ionic-core. It gets succeeded after few mins. Happens mostly due to node issue. Following things can be tried out. Either of these approaches can be used. |
Beta Was this translation helpful? Give feedback.
@tariq-ansari It takes unusally long time to get npm install working on ionic-core. It gets succeeded after few mins. Happens mostly due to node issue. Following things can be tried out.
a) Use nvm to switch one version lower(i.e node 12) and reinstall cordova, ionic and rerun the installation.
(or)
b) Uninstall node completely and freshly install node and do the mobile app installation.
Either of these approaches can be used.
cc: @luckynvdu