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
The only difference is the folder name, which is 007 in my case, and my project in your case.
I think there is a problem importing the three js libraries.
I used this line import * as THREE from 'three'; to import.
And when I ctrl-click on three, it will jump and open a file named index.d.ts with this content:
Is this normal? On the browser side, my page does load, but it's all bank and white with the website header named "Pranav". Any modifications done in main.js are not being loaded. Why?
In index.html file I have use this technique which link the file. <script type="module" src='./main.js'></script>
I wonder what's wrong.
The text was updated successfully, but these errors were encountered:
Hello! I encountered this issue as well and after some brainstorming I found a small typo. I had put the canvas id outside the tags. I also changed my main.js link in the src tag to src = "../main.js". Hope this helps!
My project directory is: /home/pranav/CodeSpace/Web/007
I followed all the instructions make in this video: https://www.youtube.com/watch?v=Q7AOvWpIVHU&t=196s
The only difference is the folder name, which is 007 in my case, and my project in your case.
I think there is a problem importing the three js libraries.
I used this line
import * as THREE from 'three';
to import.And when I ctrl-click on three, it will jump and open a file named index.d.ts with this content:
Is this normal? On the browser side, my page does load, but it's all bank and white with the website header named "Pranav". Any modifications done in main.js are not being loaded. Why?
In index.html file I have use this technique which link the file.
<script type="module" src='./main.js'></script>
I wonder what's wrong.
The text was updated successfully, but these errors were encountered: