Hi, I've recently purchased the photon. I have run into the problem of connecting the particle to the wifi. I used the ToolChain and successfully logged in. My device manager shows DFU mode when blinking yellow and Photon with Wifi while blinking blue as expected. However, I am having trouble with the cmd command particle serial wifi. I am getting an error message which looks like this:
C:\Users\Atique>particle serial wifi
Error loading command C:\Users\Atique\AppData\Roaming\npm\node_modules\particle-cli\commands\SerialCommand.js Error: Cannot find module 'C:\Users\Atique\AppData\Roaming\npm\node_modules\particle-cli\node_modules\serialport\build\Release\node-v14-win32-x64\serialport.node'
particle: Unknown command: "serial"
[EDIT 1]
I have tried the make clean all from the firmwares main path but I am getting the following
C:\Users\Atique\Desktop\New folder\firmware-develop\main>make clean all
fatal: Not a git repository (or any of the parent directories): .git
../build/arm-tlm.mk:6: C:/Users/Atique/Desktop: Permission denied
../build/arm-tlm.mk:6: folder/firmware-develop/build/top-level-module.mk: No such file or directory
../build/arm-tlm.mk:10: C:/Users/Atique/Desktop: Permission denied
../build/arm-tlm.mk:10: folder/firmware-develop/build/arm-tools.mk: No such file or directory
make: *** No rule to make target `folder/firmware-develop/build/arm-tools.mk'. Stop.
[EDIT 2]
The photon suddenly started blinking green. I don't know what to do anymore
Anyone know how to solve this issue?