Most voted "packages" questions
A package is a set of related classes and interfaces.
Learn more…67 questions
Sort by count of
-
0
votes0
answers6
viewsIntellij creating subpackages
Good evening, everyone, I’m used to Intellij and would like a help to create packages. When I create a package with the name "br.com.company.cm", the IDE is creating subpackages rather than creating…
-
0
votes0
answers250
viewsChatterbot import error
Using the library manual chatterbot I tried to make a simple chatbot, however, when I have it run on the console of pycharm appears the following error: Modulenotfounderror: No module named 'pytz'…
-
0
votes0
answers571
viewsI can’t install any package on Rstudio!
When I open the option Packages, in the console appears that phrase: Aviso: unable to access index for repository https://cran.rstudio.com/bin/windows/contrib/3.1* Even trying to install by clicking…
-
0
votes1
answer200
viewsWrite.csv and write.xlsx problems
I use windows 64 bits, I have java installed and set the working directory in R. But, when running a simple code such as: teste <- data.frame(a=c(2,2),b=c(3,3)) write.csv2(teste,file =…
-
0
votes1
answer256
viewsStyled-Component does not activate style
I’m making a clone of Discord, on TSX, using Styled Components. However when I create the Tyled.ts, I notice by the indentation that the style was not applied. Meu Json: How does it look: As it…
-
0
votes1
answer287
viewsI cannot install the dplyr package on Rstudio
I cannot install the "dplyr" package in Rstudio. When I try the following warnings appear: > install.packages("dplyr") Installing package into…
-
0
votes1
answer55
viewserror : problem performing npm start , failed at the [email protected] start script - React
I’m trying to run my app on React by command npm start , but every time that comes along: # # Fatal error in , line 0 # Check failed: U_SUCCESS(status). # # # #FailureMessage Object:…
-
0
votes1
answer70
viewsProblem with VS Code , package java
Guys I’m in trouble for 3 days on VS Code already took, put again, deleted the folder ". vscode" and still persist, if I create a new project in vs code it works normally if I close and open it…
java visual-studio visual-studio-code packages pathasked 3 years, 6 months ago wellington gertrudes 11 -
-1
votes1
answer69
viewsHow to publish a package to NPM with custom CLI
I created a folder structure developed for project in Nodejs, but I would like to publish it in NPM with a custom CLI, so that it was possible to choose what to install, something like:…
-
-1
votes1
answer24
viewsHow to use a repository like Package?
I started a project with create-React-library and made several customizable components with TS. A kind of Material UI. But this project cannot be public access. I previously wanted to post on npm, I…
-
-1
votes1
answer119
viewsAngular: Webpack has been initialised using a Configuration Object that does not match the API schem
I started having this error in my app at Angular 7, already tried to remove module folder, install, remove cache and nothing, the error remains. Invalid Configuration Object. Webpack has been…
-
-1
votes0
answers19
viewsHow does the "Using" directive find Nuget packages?
Hello, I’m beginner in programming, I’m using. NET and after installing a package by Nuget did not understand how the Using directive finds the package I want, as well as its classes. I don’t know…
-
-1
votes2
answers95
views"proj_api. h not found in standard or Given Locations" when installing package in R
I’m trying to install the tmap in R and appears Installing package into ː/home/Americo/R/x86_64-pc-linux-gnu-library/3.6' (as ːlib' is unspecified) also Installing the dependencies ?lwgeom',…
-
-1
votes1
answer60
viewsError Importing Golang Package
I’m trying to call a function from another package on main but when I import and try to use the exported function returns the error of "package functions imported but not used". Function.go…
-
-2
votes1
answer606
viewsLaravel Database name error seems incorrect how to resolve?
I recently created a Previder service, which kind of works. however when I will capture the database data using Produtos::all(); I get the following error: Database name seems incorrect You’re using…
-
-2
votes2
answers465
viewsComposer install does not run
Hello I am facing a problem here in which I am unable to run Composer install and am getting the following error: Error running Composer install Do not run Composer as root/super user! See…
-
-4
votes1
answer34
viewsComposer PHP: how to load "repositories" after "autoload"
I have a question/problem regarding php Composer. Come on, my PHP projects are now mostly using Composer, to "modularize" some parts I started using the property repositories on Composer.json. I’m…