npm start fails saying npm install gulp, but that is installed

0
Following along (just starting) Danny Roest’s tutorial, https://www.mendixworld.com/session/getting-started-with-react-native/ I have a problem early on. When having copy-pasted the code from https://www.npmjs.com/package/react-native-timeline-listview Danny tells us to run it by ‘npm start’. So far, so good. The copied code is exactly on the right place but after ‘npm start’ it shows this error: npm install gulp (or with -g, or --force) does not help since it is already installed. gulp -version says that I have it: Does anyone have any idea how to solve this problem?
asked
2 answers
1

Hi Tim,

I faced the same issue,while following the text box custom widget documentation,got resolved by removing empty spaces in folder path.

Hope this will workout for you

 

answered
0

Hi Tim,

 

Apologizes for that, we notice that Pluggable Widget Tools was not accepting spaces, that is already fixed and will be published soon.
 

Regards
Diego
Team Lead | UI Content

answered