I am new to this programming world, and currently I am learning the Ultimate HTML5 & CSS3 series: Part 3.
Under the Building for Production section, I am experiencing the problem.
When I run with parcel build index.html, it gives error something like C:\Users\Wow\Desktop\Moshify\index.html: tree.render is not a function.
So, if some body helps me to fix this issue, its much appreciable and thankful.
Thanks in advance!
when i hit “parcel index.html” I’m getting the following error:
PS D:\coding\Moshify> parcel index.html
parcel : Unable to upload file C:\Users\Orazbek\AppData\Roaming\npm\parcel.ps1, because scripting is disabled on this system.
For more information see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
string:1 character:1
I have been trying to build by installing globally on my Mac, using: Sudo npm I -g parcel bundler but it’s not been possible and I couldn’t get any password prompt . I got errors that I need to use -s. I don’t understand. Do I need to configure or do what to get through this stage?
Thanks
I have been trying to build by installing globally on my Mac, using: sudo npm i -g parcel bundler but it’s not been possible and I couldn’t get any password prompts as explained by Mosh. I got errors that I need to use -s etc. Which I have tried it didn’t
work. I can’t understand why?. Do I need to configure or do what to get through this stage?
Thanks