You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/ex1/README.md
+11
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,17 @@ Now Yeoman will ask you several questions necessary to create your application:
23
23
24
24
After answering all questions (just press `Enter` to confirm the defaults), Yeoman runs `npm install` in the application directory. Once completed you can switch into the directory `com.myorg.myapp`.
25
25
26
+
> `yo easy-ui5 ts-app` may cause an error to download and install the `ts-app` template on Macs. In this case, a similar error like this can appear:
> The issue appears as your global `node_modules` folder is located in your `usr/local/lib` folder for which owner permissions are needed to create/modify/delete files or folders. To overcome this issue run `chmod ugo+rwx /usr/local/lib/node_modules/generator-easy-ui5/plugin-generators` to ensure write permissions are granted.
36
+
26
37
>`npm install` may cause an error in finding dependencies. In this case, a similar error like this can appear:
0 commit comments